home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / qdhelp10.zip / TPLATE4.QDH < prev   
Text File  |  1991-10-07  |  2KB  |  101 lines

  1. //
  2. // template #4 for qdhelp
  3. //
  4. // This is a sample template for use in building
  5. // help files using the QDHELP program.  These
  6. // templates give you the basic building blocks
  7. // to quickly put together a help file for your
  8. // programs.
  9. //
  10. //
  11.  
  12. /topic INDEX
  13.  
  14.     /title Template #4
  15.     
  16.     /para \sa150 \brdrb \brdrth
  17.     /text \b\fs40,Template #4
  18.     /endpara
  19.  
  20.     /para \li400 \ri400 \sa150 \box \brdrsh
  21.     This is template #3 for the QDHELP system.  This template
  22.     has a large title with a line under it,
  23.     then an introductory paragraph. Following
  24.     that comes bold topic headings and paragraphs for each
  25.     topic.
  26.     /endpara
  27.  
  28.     /para \sa150 \li400
  29.     /text \b\fs30,Tabular Data Example
  30.     /endpara
  31.  
  32.     /para \li400 \ri400  
  33.     1 \tab \tab Some spaced over text
  34.     /endpara
  35.     /para \li400 \ri400
  36.     2 \tab \tab Some more spaced over text
  37.     /endpara
  38.     /para \li400 \ri400
  39.     3 \tab \tab Last of the tabular data
  40.     /endpara
  41.  
  42.     /para \sa150 \li400
  43.     /text \b\fs30,Topic Heading 
  44.     /endpara
  45.  
  46.     /para \li400 \ri400 \sa150 \box \brdrsh
  47.     This is the topic heading paragraph.  It will contain
  48.     information on the topic heading.  Next you will find
  49.     a series of links to the subtopics of this topic.
  50.     /endpara
  51.  
  52.     /para \li400
  53.     /link SUBTOPIC1,Sub Topic 1
  54.     /endpara    
  55.  
  56.     /para \li400
  57.     /link SUBTOPIC2,Sub Topic 2
  58.     /endpara
  59.  
  60. /endtopic
  61.  
  62. //
  63. // subtopic 1
  64. //
  65.  
  66. /topic SUBTOPIC1
  67.  
  68.     /title Sub Topic 1
  69.     /keywords subtopic1;topic
  70.     /browse subtopic,1
  71.  
  72.     /para \sa150 \brdrb \brdrth
  73.     /text \b\fs40,Sub Topic 1 Title
  74.     /endpara
  75.  
  76.     /para \li400 \ri400 \sa150 \box \brdrsh
  77.     This will be the text for the sub topic 1 information.
  78.     /endpara
  79.  
  80. /endtopic
  81.  
  82. //
  83. // subtopic 2
  84. //
  85.  
  86. /topic SUBTOPIC2
  87.  
  88.     /title Sub Topic 2
  89.     /keywords subtopic2;topic
  90.     /browse subtopic,2
  91.  
  92.     /para \sa150 \brdrb \brdrth
  93.     /text \b\fs40,Sub Topic 2 Title
  94.     /endpara
  95.  
  96.     /para \li400 \ri400 \sa150 \box \brdrsh
  97.     This will be the text for the sub topic 2 information.
  98.     /endpara
  99.  
  100. /endtopic
  101.